home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 352
- Top = 174
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- ClientHeight = 303
- ClientWidth = 276
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- DesignSize = (
- 276
- 303)
- PixelsPerInch = 96
- TextHeight = 13
- object Label3: TLabel
- Left = 236
- Top = 184
- Width = 32
- Height = 13
- Caption = 'Label3'
- end
- object Panel1: TPanel
- Left = 4
- Top = 4
- Width = 268
- Height = 266
- Anchors = [akLeft, akTop, akRight, akBottom]
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- DesignSize = (
- 268
- 266)
- object ProgramIcon: TImage
- Left = 8
- Top = 8
- Width = 65
- Height = 57
- Picture.Data = {<image001.bmp>}
- Stretch = True
- IsControl = True
- end
- object ProductName: TLabel
- Left = 88
- Top = 8
- Width = 109
- Height = 19
- Caption = 'Product Name'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Version: TLabel
- Left = 152
- Top = 32
- Width = 76
- Height = 19
- Caption = 'V Number'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Label1: TLabel
- Left = 88
- Top = 32
- Width = 59
- Height = 19
- Caption = 'Version'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Label2: TLabel
- Left = 4
- Top = 82
- Width = 257
- Height = 64
- Caption =
- 'If this program was made I have to thank Paola and Sansone (my d' +
- 'og) not forgetting my cat and my three turtles. All this is made' +
- ' possible by their love.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Copyright: TLabel
- Left = 88
- Top = 56
- Width = 76
- Height = 19
- Caption = 'Copyright'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label4: TLabel
- Left = 4
- Top = 152
- Width = 255
- Height = 64
- Caption =
- 'Please consider support Fractal Forge choosing an item from my w' +
- 'ish list at Amazon.com. Paola will be grateful too, and she is t' +
- 'he one who must bear me! ;)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- WordWrap = True
- end
- object Label5: TLabel
- Left = 4
- Top = 220
- Width = 240
- Height = 16
- Cursor = crHandPoint
- Anchors = [akLeft, akBottom]
- Caption = 'http://sourceforge.net/projects/fractalforge'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsUnderline]
- ParentColor = False
- ParentFont = False
- WordWrap = True
- OnClick = HttpClick
- end
- object Label6: TLabel
- Left = 4
- Top = 242
- Width = 112
- Height = 16
- Cursor = crHandPoint
- Anchors = [akLeft, akBottom]
- Caption = 'uberto@ubiland.net'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsUnderline]
- ParentColor = False
- ParentFont = False
- WordWrap = True
- OnClick = MailClick
- end
- end
- object OKButton: TBitBtn
- Left = 197
- Top = 275
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- TabOrder = 1
- OnClick = OKButtonClick
- Kind = bkOK
- end
- end
-